projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d2e735
)
(map_keymap): Don't abort when binding is a vector.
author
John Paul Wallington
<jpw@pobox.com>
Fri, 3 Oct 2003 08:30:05 +0000
(08:30 +0000)
committer
John Paul Wallington
<jpw@pobox.com>
Fri, 3 Oct 2003 08:30:05 +0000
(08:30 +0000)
src/keymap.c
patch
|
blob
|
history
diff --git
a/src/keymap.c
b/src/keymap.c
index 54dd942c7e272fce6859aa8afb1c2e0c2af32a44..5f1f2a3f3a3e093fa1e8ef6f41f4db571d25a940 100644
(file)
--- a/
src/keymap.c
+++ b/
src/keymap.c
@@
-695,7
+695,6
@@
map_keymap (map, fun, args, data, autoload)
/* Loop over the char values represented in the vector. */
int len = ASIZE (binding);
int c;
- abort();
for (c = 0; c < len; c++)
{
Lisp_Object character;